home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / オンラインソフト定点観測 / Utility / PowerCalc 3.0.sit / PowerCalc / PowerCalc.rsrc / STR#_136.txt < prev    next >
Text File  |  1999-01-17  |  536b  |  25 lines

  1. Logical Not
  2.  
  3. Returns true (1) if the value is false, false (0) if the value is true.
  4.  
  5. Biconditional
  6.  
  7. This button performs a logical biconditional statement (p if and only if q).
  8.  
  9. Conditional
  10.  
  11. This button performs a logical conditional statement (if p then q).
  12.  
  13. Logical Exclusive Or
  14.  
  15. Returns true (1) if the either value (but not both) is true, false (0) otherwise.
  16.  
  17. Logical Or
  18.  
  19. Returns true (1) if the either value is true, false (0) if both are false.
  20.  
  21. Logical And
  22.  
  23. Returns true (1) if the two values are both true, false (0) if not.
  24.  
  25.